home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000…tember: Reference Library / Dev.CD Sep 00 RL Disk 1.toast / mac / What's New / • What was new 07⁄00 / Development Kits / Cross Platform / QuickTime 4.1.2 Windows SDK / CIncludes / Kernel.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-04-12  |  526 b   |  31 lines  |  [TEXT/R*ch]

  1. /*
  2.      File:        Kernel.h
  3.  
  4.      Contains:    Kernel Interfaces
  5.  
  6.      Version:    Technology:    System 8
  7.                  Release:    QuickTime 4.1
  8.  
  9.      Copyright:    (c) 1994-1999 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17. #ifndef __KERNEL__
  18. #define __KERNEL__
  19.  
  20. #ifndef __DRIVERSERVICES__
  21.     #include <DriverServices.h>
  22. #endif
  23.  
  24.  
  25. /*
  26.     The contents of Kernel.h has been merged into DriverServices.h
  27. */
  28.  
  29. #endif /* __KERNEL__ */
  30.  
  31.